Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-802 | GEN002440 | SV-45192r1_rule | Medium |
Description |
---|
All files with the setgid bit set will allow anyone running these files to be temporarily assigned the GID of the file. While many system files depend on these attributes for proper operation, security problems can result if setgid is assigned to programs allowing reading and writing of files, or shell escapes. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2016-12-20 |
Check Text ( C-42539r1_chk ) |
---|
List all setgid files on the system. Procedure: # find / -perm -2000 -exec ls -l {} \; | more Note: Executing these commands may result in large listings of files; the output may be redirected to a file for easier analysis. Ask the SA or IAO if files with the sgid bit set have been documented. If any undocumented file has its sgid bit set, this is a finding. |
Fix Text (F-38587r1_fix) |
---|
Document the files with the sgid bit set or unset the sgid bit on the executable. |